Package com.cisco.pt.ipc.sim
Interface EIGRPNeighborTable
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
EIGRPNeighborTableImpl
Information provided by the PKI file:
\class EigrpNeighborTable
\brief EigrpNeighborTable holds the EIGRP neighbor table.
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptiongetNeighborAt(int index) Information provided by the PKI file:getNeighborByIp(IPAddress ipAddress) Information provided by the PKI file:intInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getNeighborCount
int getNeighborCount()Information provided by the PKI file:
\brief Returns the number of neighbors in the table. \return int, the number of neighbors in the table.- Returns:
- int Returns a int
-
getNeighborAt
Information provided by the PKI file:
\brief Returns the neighbor at the specified index. \param index, the index of the neighbor of interest. \return EigrpNeighbor, the EigrpNeighbor at the specified index.- Parameters:
index- Takes in a parameter of index- Returns:
- EIGRPNeighbor Returns a EIGRPNeighbor
-
getNeighborByIp
Information provided by the PKI file:
\brief Returns the neighbor with the specified IP address. \param ipAddress, the IP address of the neighbor of interest. \return EigrpNeighbor, the EigrpNeighbor with the specified IP address.- Parameters:
ipAddress- Takes in a parameter of ipAddress- Returns:
- EIGRPNeighbor Returns a EIGRPNeighbor
-